opw: libxl: use CTX macro in libxl_utils.c
authorKelley Nielsen <kelleynnn@gmail.com>
Mon, 11 Nov 2013 23:24:00 +0000 (15:24 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 14:15:09 +0000 (14:15 +0000)
commita8cf1428fc8675af6c8383c092d83e81f5dba77b
tree51e30f4ee836230c291e777fbdac292b966f3d89
parentb8c22d2eba24e6706e8b2dd73ab306793a7d7d08
opw: libxl: use CTX macro in libxl_utils.c

The new coding style uses the convenience macro CTX as declared in
libxl_internal.h. Substitute an invocation of this macro for its
body at the two places it occurs in libxl_utils.c.

Suggested-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_utils.c